ci: Use v23 images
authorMatthias Clasen <mclasen@redhat.com>
Sun, 27 Sep 2020 15:47:19 +0000 (11:47 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 27 Sep 2020 15:48:19 +0000 (11:48 -0400)
I added libcloudproviders to the base image, but
now I see that we already enabled libcloudproviders
in the build anyway, so I'm a bit confused.

Fixes: #2480
.gitlab-ci.yml

index 2bd9ab83771c01274f17340e784fc02c60454c56..832880d617ddc714d0f453092b38248918066e90 100644 (file)
@@ -20,7 +20,7 @@ variables:
   BACKEND_FLAGS: "-Dx11-backend=true -Dwayland-backend=true -Dbroadway-backend=true"
   FEATURE_FLAGS: "-Dvulkan=enabled -Dcloudproviders=enabled"
   MESON_TEST_TIMEOUT_MULTIPLIER: 3
-  FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v22"
+  FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v23"
   FLATPAK_IMAGE: "registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master"
   DOCS_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora-docs:v19"